From: Richard M. Stallman Date: Sat, 17 Sep 1994 05:10:51 +0000 (+0000) Subject: (HAVE_TERMIO, HAVE_TERMIOS, NO_TERMIO): Undo Jul 28 change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~90212 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7a6dde277c62d228bc45275706e70083ec594323;p=emacs.git (HAVE_TERMIO, HAVE_TERMIOS, NO_TERMIO): Undo Jul 28 change. --- diff --git a/src/s/hpux9.h b/src/s/hpux9.h index d801f5a2cc4..aeea8555e79 100644 --- a/src/s/hpux9.h +++ b/src/s/hpux9.h @@ -18,7 +18,11 @@ #define C_SWITCH_SYSTEM -Wp,-H200000 -D_BSD #endif +#if 0 /* These definitions run into a bug in hpux + whereby trying to disable the vdsusp character has no effect. + supposedly there is no particular need for this. */ /* neal@ctd.comsat.com */ #undef HAVE_TERMIO #define HAVE_TERMIOS #define NO_TERMIO +#endif